-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add labelField, searchFields support for relationship field #8074
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This comment was marked as resolved.
This comment was marked as resolved.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a1fb672:
|
b20c0b8
to
474ebac
Compare
474ebac
to
ccfeb24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have validation that labelField or searchFields on relationships points to fields that work as label fields and search fields (like we do for the list-level options)
(Also, unrelated, this will be broken for users if they update fields-document without core but maybe we're fine with that?)
b9d018b
to
abc5cc4
Compare
3aee41f
to
7ac7767
Compare
282fe82
to
3749779
Compare
3749779
to
56d5d91
Compare
916a3e8
to
a1fb672
Compare
Follow on from #8049, this feature was apparently completely undercooked.
I have now added
labelField
support for each of the instances that used that functionality, and consequently thesearchFields
feature which is required for functionality to adhere to UX expectations.